diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2012-01-10 22:53:12 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2012-01-10 22:53:12 -0800 |
commit | 5a5fa834285f10c4ab10de4de149c5b0f73403f4 (patch) | |
tree | 6a62a7063545a14a579167e568915b8defca0dd3 /lisp/emacs-lisp/checkdoc.el | |
parent | 090446227fc1de9a69449cda72bbf541c32a7f86 (diff) | |
download | emacs-5a5fa834285f10c4ab10de4de149c5b0f73403f4.tar.gz |
Duplicate-word and spelling fixes.
Diffstat (limited to 'lisp/emacs-lisp/checkdoc.el')
-rw-r--r-- | lisp/emacs-lisp/checkdoc.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/checkdoc.el b/lisp/emacs-lisp/checkdoc.el index fb14382bfd2..7a9a33fc2cc 100644 --- a/lisp/emacs-lisp/checkdoc.el +++ b/lisp/emacs-lisp/checkdoc.el @@ -1943,7 +1943,7 @@ from the comment." A code fragment is identified by an open parenthesis followed by a symbol which is a valid function or a word in all CAPS, or a parenthesis that is quoted with the ' character. Only the region from START to LIMIT -is is allowed while searching for the bounding parenthesis." +is allowed while searching for the bounding parenthesis." (save-match-data (save-restriction (narrow-to-region start limit) |