Add more links to documentation explaining the "form-feed"

This commit is contained in:
Gerard Vermeulen 2024-06-20 09:42:51 +02:00
parent 0a7fef38aa
commit 8409797115

View File

@ -169,9 +169,12 @@ the original [[info:org#Top][Org]] source file, type {{{kbd(C-c C-c)}}} after mo
point (or cursor) to one of the items of the list:
1. src_emacs-lisp[:results none]{(describe-variable 'load-prefer-newer)}
2. src_emacs-lisp[:results none]{(apropos-library "no-littering")}
3. src_emacs-lisp{(find-function #'hack-local-variables)}
3. src_emacs-lisp[:results none]{(info "(emacs) Pages")}
4. src_emacs-lisp[:results none]{(info "(emacs) Specifying File Variables")}
5. src_emacs-lisp{(find-function #'hack-local-variables)}
to execute the code between the curly braces for access to help. This shows
that *Emacs is a self-documenting editor.*
that *Emacs is a self-documenting editor*. See also the [[https://github.com/emacsmirror/form-feed][form-feed]] extension
package which this setup does not install.
* [[info:emacs#Init File][Init File (info)]] header
:PROPERTIES: