mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
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.
This commit is contained in:
parent
da43f02119
commit
40b1a3a937
22 changed files with 43 additions and 24 deletions
|
|
@ -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.")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue