diff options
| -rw-r--r-- | lisp/info-look.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/info-look.el b/lisp/info-look.el index 6caf4545464..8aacee3ce79 100644 --- a/lisp/info-look.el +++ b/lisp/info-look.el | |||
| @@ -970,7 +970,7 @@ Return nil if there is nothing appropriate in the buffer near point." | |||
| 970 | "`" "("))) | 970 | "`" "("))) |
| 971 | 971 | ||
| 972 | (info-lookup-maybe-add-help | 972 | (info-lookup-maybe-add-help |
| 973 | :mode 'custom-mode | 973 | :mode 'Custom-mode |
| 974 | :ignore-case t | 974 | :ignore-case t |
| 975 | :regexp "[^][()`',:\" \t\n]+" | 975 | :regexp "[^][()`',:\" \t\n]+" |
| 976 | :parse-rule 'info-lookup-guess-custom-symbol | 976 | :parse-rule 'info-lookup-guess-custom-symbol |