diff options
author | Richard M. Stallman <rms@gnu.org> | 2001-12-27 03:23:50 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2001-12-27 03:23:50 +0000 |
commit | f2f22d26ed819bb66d7353b08b626f6dd33262a5 (patch) | |
tree | 4c0dcb1225ceaec4b5a6cb7df4cee388f3381207 /lisp/emacs-lisp/elp.el | |
parent | d2fb04dfd328649d2d019ac83c34aa90944b82cb (diff) | |
download | emacs-f2f22d26ed819bb66d7353b08b626f6dd33262a5.tar.gz |
Comment change.
Diffstat (limited to 'lisp/emacs-lisp/elp.el')
-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 @@ ;; elp-reset-all. ;; ;; You can also instrument all functions in a package, provided that -;; the package follows the GNU coding standard of a common textural +;; the package follows the GNU coding standard of a common textual ;; prefix. Use M-x elp-instrument-package for this. ;; ;; If you want to sort the results, set elp-sort-by-function to some |