diff --git a/README.org b/README.org index c9f65d6..f332488 100644 --- a/README.org +++ b/README.org @@ -156,9 +156,7 @@ Try to load [[https://github.com/emacscollective/no-littering][no-littering]] as (setq load-prefer-newer t) (require 'no-littering nil 'noerror) - -(provide 'early-init) -;; Emacs looks for "Local variables:" after the last "?\n?\f". +;; Emacs looks for "Local variables:" after the last "form-feed". ;; Local Variables: ;; indent-tabs-mode: nil @@ -1173,7 +1171,7 @@ sub makeglossaries { my ($name, $path) = fileparse( $$Psource ); return system "makeglossaries -d '$path' '$name'"; } -# Emacs looks for "Local variables:" after the last "newline-formfeed". +# Emacs looks for "Local variables:" after the last "form-feed". # Local Variables: # mode: perl @@ -2973,7 +2971,7 @@ instead of embedded video links, but listing [[lst:howto-embed-yt]] shows a work (interactive) (org-eval-named-blocks-with-infix "python-setup")) - ;; Emacs looks for "Local variables:" after the last "newline-formfeed". + ;; Emacs looks for "Local variables:" after the last "form-feed". (add-to-list 'safe-local-eval-forms '(org-eval-emacs-lisp-setup-blocks)) (add-to-list 'safe-local-eval-forms '(org-eval-python-setup-blocks))) #+end_src @@ -5942,9 +5940,7 @@ for ~mpv~ while eliminating use of ~mpd~. #+caption: Tangle the =user-init-file= footer. #+name: lst:tangle-user-init-file-footer #+begin_src emacs-lisp -n :results silent -(provide 'init) - -;; Emacs looks for "Local variables:" after the last "newline-formfeed". +;; Emacs looks for "Local variables:" after the last "form-feed". ;; Local Variables: ;; indent-tabs-mode: nil @@ -5961,7 +5957,7 @@ Only the [[info:org#Top][Org]] source file shows the local variables footer. #+print_bibliography: -# Emacs looks for "Local variables:" after the last "newline-formfeed". +# Emacs looks for "Local variables:" after the last "form-feed". # Local Variables: # bug-reference-mode: t