diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2010-09-25 14:04:35 +0200 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2010-09-25 14:04:35 +0200 |
commit | 40b1a3a937512ff35884df2e8e19c3feed9f2688 (patch) | |
tree | 6229aa08095d281ddb33c6fdd040a0a43fc58f06 /lisp/man.el | |
parent | da43f02119eb86ff8a4ee8ce7454b10d261ef714 (diff) | |
download | emacs-40b1a3a937512ff35884df2e8e19c3feed9f2688.tar.gz |
Fix typos.
* lisp/finder.el (finder-unknown-keywords):
* lisp/progmodes/gdb-mi.el (gdb-jsonify-buffer, gdb-running-threads-count):
* lisp/progmodes/etags.el (tags-table-including): Fix typos in docstrings.
* lisp/cedet/semantic/lex.el (semantic-ignore-comments): Doc fix.
* lisp/cedet/semantic/symref/list.el (semantic-symref-list-rename-open-hits):
Fix typo in error message.
(semantic-symref-list-map-open-hits): Fix typo in docstring.
* lisp/org/org-agenda.el (org-agenda-hide-tags-regexp):
* lisp/org/org.el (org-refile-targets): Fix typos in docstrings.
Diffstat (limited to 'lisp/man.el')
-rw-r--r-- | lisp/man.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/man.el b/lisp/man.el index 88d1aa7c604..b1c5f37bc70 100644 --- a/lisp/man.el +++ b/lisp/man.el @@ -314,7 +314,7 @@ This regexp should not start with a `^' character.") "Regular expression describing references to normal files.") ;; This includes the section as an optional part to catch hyphenated -;; refernces to manpages. +;; references to manpages. (defvar Man-hyphenated-reference-regexp (concat "\\(" Man-name-regexp "\\)\\((\\(" Man-section-regexp "\\))\\)?") "Regular expression describing a reference in the SEE ALSO section.") |