From: Juanma Barranquero Date: Thu, 16 Jun 2005 16:07:02 +0000 (+0000) Subject: (Info-hide-cookies-node): Fix spelling in docstrings. X-Git-Tag: emacs-pretest-22.0.90~8880 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e37c185467272848cccbf794292070ff5402a1bd;p=emacs.git (Info-hide-cookies-node): Fix spelling in docstrings. --- diff --git a/lisp/info.el b/lisp/info.el index b34fd013df3..20e031c1347 100644 --- a/lisp/info.el +++ b/lisp/info.el @@ -83,10 +83,10 @@ The Lisp code is executed when the node is selected.") :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 @@ any double quotes or backslashes must be escaped (\\\",\\\\)." ;; 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))