diff options
| author | Lars Ingebrigtsen | 2019-08-03 22:35:17 +0200 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2019-08-03 22:35:17 +0200 |
| commit | af1509b28cf0855324df1a8f3f167861811d46bd (patch) | |
| tree | 2687ad071821200556127fe0c3ce1129a9fda63c | |
| parent | d084fd474119c7f967d2c7a95d93f5e6e77a4eea (diff) | |
| download | emacs-af1509b28cf0855324df1a8f3f167861811d46bd.tar.gz emacs-af1509b28cf0855324df1a8f3f167861811d46bd.zip | |
Clarify hi-lock-file-patterns-prefix doc string
* lisp/hi-lock.el (hi-lock-file-patterns-prefix): Clarify doc
string (bug#17993).
| -rw-r--r-- | lisp/hi-lock.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/hi-lock.el b/lisp/hi-lock.el index f790546747d..65465d3b4c8 100644 --- a/lisp/hi-lock.el +++ b/lisp/hi-lock.el | |||
| @@ -245,7 +245,7 @@ Instead, each hi-lock command will cycle through the faces in | |||
| 245 | "23.1") | 245 | "23.1") |
| 246 | 246 | ||
| 247 | (defvar hi-lock-file-patterns-prefix "Hi-lock" | 247 | (defvar hi-lock-file-patterns-prefix "Hi-lock" |
| 248 | "Search target for finding hi-lock patterns at top of file.") | 248 | "String used to identify hi-lock patterns at the start of files.") |
| 249 | 249 | ||
| 250 | (defvar hi-lock-archaic-interface-message-used nil | 250 | (defvar hi-lock-archaic-interface-message-used nil |
| 251 | "True if user alerted that `global-hi-lock-mode' is now the global switch. | 251 | "True if user alerted that `global-hi-lock-mode' is now the global switch. |