summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2020-10-01 06:11:26 -0700
committerGlenn Morris <rgm@gnu.org>2020-10-01 06:11:26 -0700
commit08bda922b4c64e6f8fbf7cfae33aa3ac55b19ee4 (patch)
tree5d348384ed1f87f5c47437631aa05fdb26bfb7b9 /lisp
parent2af6b3147dc0116e481229951d34487f6a9a0748 (diff)
downloademacs-08bda922b4c64e6f8fbf7cfae33aa3ac55b19ee4.tar.gz
emacs-08bda922b4c64e6f8fbf7cfae33aa3ac55b19ee4.tar.bz2
emacs-08bda922b4c64e6f8fbf7cfae33aa3ac55b19ee4.zip
; Auto-commit of loaddefs files.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ldefs-boot.el11
1 files changed, 7 insertions, 4 deletions
diff --git a/lisp/ldefs-boot.el b/lisp/ldefs-boot.el
index 9febeb96d4f..ccb419031db 100644
--- a/lisp/ldefs-boot.el
+++ b/lisp/ldefs-boot.el
@@ -11854,11 +11854,11 @@ Render FILE using EWW.
\(fn FILE)" t nil)
(autoload 'eww-search-words "eww" "\
-Search the web for the text between BEG and END.
+Search the web for the text in the region.
If region is active (and not whitespace), search the web for
-the text between BEG and END. Else, prompt the user for a search
-string. See the `eww-search-prefix' variable for the search
-engine used." t nil)
+the text between region beginning and end. Else, prompt the
+user for a search string. See the variable `eww-search-prefix'
+for the search engine used." t nil)
(autoload 'eww-mode "eww" "\
Mode for browsing the web.
@@ -16173,6 +16173,9 @@ Interactively added patterns are those normally specified using
`highlight-regexp' and `highlight-lines-matching-regexp'; they can
be found in variable `hi-lock-interactive-patterns'." t nil)
+(autoload 'hi-lock-find-patterns "hi-lock" "\
+Add patterns from the current buffer to the list of hi-lock patterns." t nil)
+
(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "hi-lock" '("hi-lock-" "turn-on-hi-lock-if-enabled")))
;;;***