comparison lisp/emacs-lisp/advice.el @ 4827:8a20e754058e

Doc fix.
author Brian Fox <bfox@gnu.org>
date Tue, 05 Oct 1993 01:54:20 +0000
parents 536a84edaaf7
children 2ec2a9828090
comparison
equal deleted inserted replaced
4826:033bdae6b9f9 4827:8a20e754058e
88 88
89 ;; @ Overview, or how to read this file: 89 ;; @ Overview, or how to read this file:
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 `";; @+"'
97 ;; and use `M-x hide-body' to see just the headings. Use the various 97 ;; and use `M-x hide-body' to see just the headings. Use the various
98 ;; other outline-mode functions to move around in the text. If you use 98 ;; other outline-mode functions to move around in the text. If you use