diff options
| author | Simon Marshall | 1995-08-11 08:52:42 +0000 |
|---|---|---|
| committer | Simon Marshall | 1995-08-11 08:52:42 +0000 |
| commit | 3d42d5426433348bb62eb8ce0c176a7ed6507cc8 (patch) | |
| tree | 7decf5caeebd02f66f889169a82686a272307435 | |
| parent | 65119039af34599f5f9fe7df94acf774c1a6237e (diff) | |
| download | emacs-3d42d5426433348bb62eb8ce0c176a7ed6507cc8.tar.gz emacs-3d42d5426433348bb62eb8ce0c176a7ed6507cc8.zip | |
Insert missing quote in help-font-lock-keywords.
| -rw-r--r-- | lisp/help.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/help.el b/lisp/help.el index 96e2b19d7b9..7aa5a0586a5 100644 --- a/lisp/help.el +++ b/lisp/help.el | |||
| @@ -105,7 +105,7 @@ | |||
| 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 () |