diff options
| author | Glenn Morris | 2013-11-02 16:37:59 -0700 |
|---|---|---|
| committer | Glenn Morris | 2013-11-02 16:37:59 -0700 |
| commit | 5ba08a2e484e8490551f40415d3a8db33820983f (patch) | |
| tree | 74f3ac9821ef6809f9745549c592be0cf04a57a4 | |
| parent | 881db7e0c4644fca4bd1bcd4edbbb71c353d50d5 (diff) | |
| download | emacs-5ba08a2e484e8490551f40415d3a8db33820983f.tar.gz emacs-5ba08a2e484e8490551f40415d3a8db33820983f.zip | |
Comment markup fix
| -rw-r--r-- | lisp/startup.el | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/lisp/startup.el b/lisp/startup.el index 3f4923afb2e..391d65a3520 100644 --- a/lisp/startup.el +++ b/lisp/startup.el | |||
| @@ -2087,12 +2087,11 @@ A fancy display is used on graphic displays, normal otherwise." | |||
| 2087 | ;; This approach loses for "-batch -L DIR --eval "(require foo)", | 2087 | ;; This approach loses for "-batch -L DIR --eval "(require foo)", |
| 2088 | ;; if foo is intended to be found in DIR. | 2088 | ;; if foo is intended to be found in DIR. |
| 2089 | ;; | 2089 | ;; |
| 2090 | ;; ;; The directories listed in --directory/-L options will *appear* | 2090 | ;; The directories listed in --directory/-L options will *appear* |
| 2091 | ;; ;; at the front of `load-path' in the order they appear on the | 2091 | ;; at the front of `load-path' in the order they appear on the |
| 2092 | ;; ;; command-line. We cannot do this by *placing* them at the front | 2092 | ;; command-line. We cannot do this by *placing* them at the front |
| 2093 | ;; ;; in the order they appear, so we need this variable to hold them, | 2093 | ;; in the order they appear, so we need this variable to hold them, |
| 2094 | ;; ;; temporarily. | 2094 | ;; temporarily. |
| 2095 | ;; extra-load-path | ||
| 2096 | ;; | 2095 | ;; |
| 2097 | ;; To DTRT we keep track of the splice point and modify `load-path' | 2096 | ;; To DTRT we keep track of the splice point and modify `load-path' |
| 2098 | ;; straight away upon any --directory/-L option. | 2097 | ;; straight away upon any --directory/-L option. |