comparison lisp/help.el @ 12834:40ed89c082fd

Insert missing quote in help-font-lock-keywords.
author Simon Marshall <simon@gnu.org>
date Fri, 11 Aug 1995 08:52:42 +0000
parents 7a19739bd181
children 0c332255735f
comparison
equal deleted inserted replaced
12833:25464bf61eb1 12834:40ed89c082fd
103 ;; Words inside `' which tend to be symbol names. 103 ;; Words inside `' which tend to be symbol names.
104 (list (concat "`\\(" sym-char sym-char "+\\)'") 104 (list (concat "`\\(" sym-char sym-char "+\\)'")
105 1 'font-lock-reference-face t) 105 1 'font-lock-reference-face t)
106 ;; 106 ;;
107 ;; CLisp `:' keywords as references. 107 ;; CLisp `:' keywords as references.
108 (list (concat "\\<:" sym-char "+\\>") 0 font-lock-reference-face t))) 108 (list (concat "\\<:" sym-char "+\\>") 0 'font-lock-reference-face t)))
109 "Default expressions to highlight in Help mode.") 109 "Default expressions to highlight in Help mode.")
110 110
111 (defun help-mode () 111 (defun help-mode ()
112 "Major mode for viewing help text. 112 "Major mode for viewing help text.
113 Entry to this mode runs the normal hook `help-mode-hook'. 113 Entry to this mode runs the normal hook `help-mode-hook'.