diff options
| author | Richard M. Stallman | 2001-12-27 03:23:50 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2001-12-27 03:23:50 +0000 |
| commit | f2f22d26ed819bb66d7353b08b626f6dd33262a5 (patch) | |
| tree | 4c0dcb1225ceaec4b5a6cb7df4cee388f3381207 | |
| parent | d2fb04dfd328649d2d019ac83c34aa90944b82cb (diff) | |
| download | emacs-f2f22d26ed819bb66d7353b08b626f6dd33262a5.tar.gz emacs-f2f22d26ed819bb66d7353b08b626f6dd33262a5.zip | |
Comment change.
| -rw-r--r-- | lisp/emacs-lisp/elp.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/elp.el b/lisp/emacs-lisp/elp.el index 7c06c7cb1a0..01544e3aa14 100644 --- a/lisp/emacs-lisp/elp.el +++ b/lisp/emacs-lisp/elp.el | |||
| @@ -38,7 +38,7 @@ | |||
| 38 | ;; elp-reset-all. | 38 | ;; elp-reset-all. |
| 39 | ;; | 39 | ;; |
| 40 | ;; You can also instrument all functions in a package, provided that | 40 | ;; You can also instrument all functions in a package, provided that |
| 41 | ;; the package follows the GNU coding standard of a common textural | 41 | ;; the package follows the GNU coding standard of a common textual |
| 42 | ;; prefix. Use M-x elp-instrument-package for this. | 42 | ;; prefix. Use M-x elp-instrument-package for this. |
| 43 | ;; | 43 | ;; |
| 44 | ;; If you want to sort the results, set elp-sort-by-function to some | 44 | ;; If you want to sort the results, set elp-sort-by-function to some |