diff options
| author | Brian Fox | 1993-10-05 01:54:20 +0000 |
|---|---|---|
| committer | Brian Fox | 1993-10-05 01:54:20 +0000 |
| commit | 5ed74a224097f3e0316fd48cb1204aa04485a9b2 (patch) | |
| tree | 4d9570de54fa8e7dafe09eea2924a5b69b1e934d | |
| parent | e5f55f07530633bd71dc81c8db85ddddb11e71f6 (diff) | |
| download | emacs-5ed74a224097f3e0316fd48cb1204aa04485a9b2.tar.gz emacs-5ed74a224097f3e0316fd48cb1204aa04485a9b2.zip | |
Doc fix.
| -rw-r--r-- | lisp/emacs-lisp/advice.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/advice.el b/lisp/emacs-lisp/advice.el index df706198753..8f648695656 100644 --- a/lisp/emacs-lisp/advice.el +++ b/lisp/emacs-lisp/advice.el | |||
| @@ -90,7 +90,7 @@ | |||
| 90 | ;; ===================================== | 90 | ;; ===================================== |
| 91 | ;; Advice has enough features now to justify an info file, however, I | 91 | ;; Advice has enough features now to justify an info file, however, I |
| 92 | ;; didn't have the time yet to do all the necessary formatting. So, | 92 | ;; didn't have the time yet to do all the necessary formatting. So, |
| 93 | ;; until I do have the time or some kind soul does it for me I cramped | 93 | ;; until I do have the time or some kind soul does it for me I crammed |
| 94 | ;; everything into the source file. Because about 50% of this file is | 94 | ;; everything into the source file. Because about 50% of this file is |
| 95 | ;; documentation it should be in outline-mode by default, but it is not. | 95 | ;; documentation it should be in outline-mode by default, but it is not. |
| 96 | ;; If you choose to use outline-mode set `outline-regexp' to `";; @+"' | 96 | ;; If you choose to use outline-mode set `outline-regexp' to `";; @+"' |