]> code.delx.au - gnu-emacs/blobdiff - lisp/faces.el
Avoid deleting ibuffer named filters by default.
[gnu-emacs] / lisp / faces.el
index 34e154314b53a8265616fc9ecf05c081321cbf89..9a78ab69caae496e97513f9f2b114cc31058f865 100644 (file)
@@ -1255,7 +1255,7 @@ arg, prompt for a regular expression."
        (insert
         (substitute-command-keys
          (concat
-          "\\<help-mode-map>>Use "
+          "\\<help-mode-map>Use "
           (if (display-mouse-p) "\\[help-follow-mouse] or ")
           "\\[help-follow] on a face name to customize it\n"
           "or on its sample text for a description of the face.\n\n")))
@@ -2109,7 +2109,7 @@ terminal type to a different value."
 
 (defface link
   '((((class color) (min-colors 88) (background light))
-     :foreground "blue1" :underline t)
+     :foreground "RoyalBlue3" :underline t)
     (((class color) (background light))
      :foreground "blue" :underline t)
     (((class color) (min-colors 88) (background dark))