]> git.eshelyaron.com Git - emacs.git/commitdiff
Comment markup fix
authorGlenn Morris <rgm@gnu.org>
Sat, 2 Nov 2013 23:37:59 +0000 (16:37 -0700)
committerGlenn Morris <rgm@gnu.org>
Sat, 2 Nov 2013 23:37:59 +0000 (16:37 -0700)
lisp/startup.el

index 3f4923afb2e4d791fe2325732525ac2b9239f0b4..391d65a3520dc662c4d669e76ab98240a294c796 100644 (file)
@@ -2087,12 +2087,11 @@ A fancy display is used on graphic displays, normal otherwise."
            ;; This approach loses for "-batch -L DIR --eval "(require foo)",
            ;; if foo is intended to be found in DIR.
            ;;
-           ;; ;; The directories listed in --directory/-L options will *appear*
-           ;; ;; at the front of `load-path' in the order they appear on the
-           ;; ;; command-line.  We cannot do this by *placing* them at the front
-           ;; ;; in the order they appear, so we need this variable to hold them,
-           ;; ;; temporarily.
-           ;; extra-load-path
+           ;; The directories listed in --directory/-L options will *appear*
+           ;; at the front of `load-path' in the order they appear on the
+           ;; command-line.  We cannot do this by *placing* them at the front
+           ;; in the order they appear, so we need this variable to hold them,
+           ;; temporarily.
            ;;
            ;; To DTRT we keep track of the splice point and modify `load-path'
            ;; straight away upon any --directory/-L option.