diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2011-11-16 13:34:47 +0100 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2011-11-16 13:34:47 +0100 |
commit | 58179ccebd1c2fd18fa422a7bb4d2cf78994e3c9 (patch) | |
tree | b5c96cf9f1cc1c0c78ed998040e40ab126da95bb /lisp/textmodes/page-ext.el | |
parent | 110490118ed91082753d0f9e15d1774b6002caa2 (diff) | |
download | emacs-58179ccebd1c2fd18fa422a7bb4d2cf78994e3c9.tar.gz emacs-58179ccebd1c2fd18fa422a7bb4d2cf78994e3c9.tar.bz2 emacs-58179ccebd1c2fd18fa422a7bb4d2cf78994e3c9.zip |
Fix typos.
Diffstat (limited to 'lisp/textmodes/page-ext.el')
-rw-r--r-- | lisp/textmodes/page-ext.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/page-ext.el b/lisp/textmodes/page-ext.el index 6e73fda662b..91f6624e7a3 100644 --- a/lisp/textmodes/page-ext.el +++ b/lisp/textmodes/page-ext.el @@ -435,7 +435,7 @@ REVERSE (non-nil means reverse order), BEG and END (region to sort)." (skip-chars-forward " \t\n") )) - ;; ENDRECFUN is is called with point within the record. + ;; ENDRECFUN is called with point within the record. ;; It should move point to the end of the record. (function (lambda () (if (re-search-forward |