diff options
| author | Philip Kaludercic <philipk@posteo.net> | 2022-08-09 11:38:39 +0200 |
|---|---|---|
| committer | Philip Kaludercic <philipk@posteo.net> | 2022-08-09 11:38:39 +0200 |
| commit | 969a7f250c6af4fd1155634bf7bb7134ba3541fa (patch) | |
| tree | 8ec009a12e1a1d93857032a38a6393fdf4aca30a /compat.el | |
| parent | 99d48709ad5540179afecc24d8b4cdb3d9e688ca (diff) | |
Refer to the manual from the commentary section
Diffstat (limited to 'compat.el')
| -rw-r--r-- | compat.el | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -33,9 +33,10 @@ ;; ;; Not every function provided in newer versions of Emacs is provided ;; here. Some depend on new features from the core, others cannot be -;; implemented to a meaningful degree. The main audience for this -;; library are not regular users, but package maintainers. Therefore -;; commands and user options are usually not implemented here. +;; implemented to a meaningful degree. Please consult the Compat +;; manual for details. The main audience for this library are not +;; regular users, but package maintainers. Therefore commands and +;; user options are usually not implemented here. ;;; Code: |
