~pkal/compat#3: 
Conflicting documentation

These two pieces of documentation disagree with each other:

From README.md:

To load [functions and macros with
a leading `compat-`], an additional

	(require 'compat-XY) ; e.g. 26

will be necessary, to load compatibility code for Emacs version XY.

and compat-XY.el:

;;; Commentary:

;; Find here the functionality added in Emacs 26.1, needed by older
;; versions.
;;
;; Do NOT load this library manually.  Instead require `compat'.
Status
RESOLVED FIXED
Submitter
~tarsius
Assigned to
No-one
Submitted
2 years ago
Updated
2 years ago
Labels
No labels applied.

~pkal 2 years ago

"~tarsius" outgoing@sr.ht writes:

These two pieces of documentation disagree with each other:

From README.md:

To load [functions and macros with
a leading `compat-`], an additional

	(require 'compat-XY) ; e.g. 26

will be necessary, to load compatibility code for Emacs version XY.

and compat-XY.el:

;;; Commentary:

;; Find here the functionality added in Emacs 26.1, needed by older
;; versions.
;;
;; Do NOT load this library manually.  Instead require `compat'.

I have updated the documentation in each compat-XY.el file with the commit 2f3593ab7f. Does it look good to you?

~tarsius 2 years ago

Perfect, thanks!

~pkal REPORTED FIXED 2 years ago

"~tarsius" outgoing@sr.ht writes:

Perfect, thanks!

Great!

Register here or Log in to comment, or comment via email.