diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2011-03-06 03:43:19 +0100 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2011-03-06 03:43:19 +0100 |
commit | 01c35094547e9bdb73ce4633a8706894b2b439a4 (patch) | |
tree | cd4cc3f176f64d51a5e65fa700dbc42cf64ec0b2 /lisp/gnus/gnus.el | |
parent | 509742cc29a0878b7b1decbc5afc94e29813d630 (diff) | |
download | emacs-01c35094547e9bdb73ce4633a8706894b2b439a4.tar.gz |
Fix typos.
* etc/srecode/el.srt: Fix typo.
* lisp/allout.el (allout-init, allout-prefixed-keybindings)
(allout-unprefixed-keybindings):
* lisp/progmodes/prolog.el (prolog-find-term):
Fix typos in docstrings.
* lisp/org/org.el (org-blank-before-new-entry, org-context-in-file-links)
(org-refile-targets, org-log-repeat, org-insert-link)
(org-speed-command-default-hook, org-speed-command-hook)
(org-in-regexps-block-p, org-yank-generic, org-goto-first-child):
Fix typos in docstrings.
(org-toggle-pretty-entities): Fix typo in message.
Diffstat (limited to 'lisp/gnus/gnus.el')
-rw-r--r-- | lisp/gnus/gnus.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/gnus.el b/lisp/gnus/gnus.el index 67f15a9ac7c..57d085a0380 100644 --- a/lisp/gnus/gnus.el +++ b/lisp/gnus/gnus.el @@ -2546,7 +2546,7 @@ a string, be sure to use a valid format, see RFC 2616." (defvar gnus-extended-servers nil) ;; The carpal mode has been removed, but define the variable for -;; backwards compatability. +;; backwards compatibility. (defvar gnus-carpal nil) (make-obsolete-variable 'gnus-carpal nil "Emacs 24.1") |