From 40b1a3a937512ff35884df2e8e19c3feed9f2688 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Sat, 25 Sep 2010 14:04:35 +0200 Subject: 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. --- lisp/man.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/man.el') 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.") -- cgit v1.2.1