# HG changeset patch # User Juanma Barranquero # Date 1118938022 0 # Node ID 512a76e42d3fc0efb17cd69b18b219fc9b408f67 # Parent f0f76b7d0f7426fa56dab232a3661ee4a67f1fc9 (Info-hide-cookies-node): Fix spelling in docstrings. diff -r f0f76b7d0f74 -r 512a76e42d3f lisp/info.el --- 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))