Mercurial > emacs
changeset 63503:512a76e42d3f
(Info-hide-cookies-node): Fix spelling in docstrings.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Thu, 16 Jun 2005 16:07:02 +0000 |
parents | f0f76b7d0f74 |
children | da31b0c1effe |
files | lisp/info.el |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/info.el Thu Jun 16 16:06:10 2005 +0000 +++ b/lisp/info.el Thu Jun 16 16:07:02 2005 +0000 @@ -83,10 +83,10 @@ :group 'info) (defface info-xref - '((((min-colors 88) + '((((min-colors 88) (class color) (background light)) :foreground "blue1" :underline t) (((class color) (background light)) :foreground "blue" :underline t) - (((min-colors 88) + (((min-colors 88) (class color) (background dark)) :foreground "cyan1" :underline t) (((class color) (background dark)) :foreground "cyan" :underline t) (t :underline t)) @@ -1272,7 +1272,7 @@ ;; Hide any construct of the general form ^@[^@-^_][ ... ^@[^@-^_]], ;; including one optional trailing newline. (defun Info-hide-cookies-node () - "Hide unrecognised cookies in current node." + "Hide unrecognized cookies in current node." (save-excursion (let ((inhibit-read-only t) (case-fold-search t))