diff options
| author | Glenn Morris | 2020-10-01 06:11:26 -0700 |
|---|---|---|
| committer | Glenn Morris | 2020-10-01 06:11:26 -0700 |
| commit | 08bda922b4c64e6f8fbf7cfae33aa3ac55b19ee4 (patch) | |
| tree | 5d348384ed1f87f5c47437631aa05fdb26bfb7b9 | |
| parent | 2af6b3147dc0116e481229951d34487f6a9a0748 (diff) | |
| download | emacs-08bda922b4c64e6f8fbf7cfae33aa3ac55b19ee4.tar.gz emacs-08bda922b4c64e6f8fbf7cfae33aa3ac55b19ee4.zip | |
; Auto-commit of loaddefs files.
| -rw-r--r-- | lisp/ldefs-boot.el | 11 |
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. | |||
| 11854 | \(fn FILE)" t nil) | 11854 | \(fn FILE)" t nil) |
| 11855 | 11855 | ||
| 11856 | (autoload 'eww-search-words "eww" "\ | 11856 | (autoload 'eww-search-words "eww" "\ |
| 11857 | Search the web for the text between BEG and END. | 11857 | Search the web for the text in the region. |
| 11858 | If region is active (and not whitespace), search the web for | 11858 | If region is active (and not whitespace), search the web for |
| 11859 | the text between BEG and END. Else, prompt the user for a search | 11859 | the text between region beginning and end. Else, prompt the |
| 11860 | string. See the `eww-search-prefix' variable for the search | 11860 | user for a search string. See the variable `eww-search-prefix' |
| 11861 | engine used." t nil) | 11861 | for the search engine used." t nil) |
| 11862 | 11862 | ||
| 11863 | (autoload 'eww-mode "eww" "\ | 11863 | (autoload 'eww-mode "eww" "\ |
| 11864 | Mode for browsing the web. | 11864 | Mode for browsing the web. |
| @@ -16173,6 +16173,9 @@ Interactively added patterns are those normally specified using | |||
| 16173 | `highlight-regexp' and `highlight-lines-matching-regexp'; they can | 16173 | `highlight-regexp' and `highlight-lines-matching-regexp'; they can |
| 16174 | be found in variable `hi-lock-interactive-patterns'." t nil) | 16174 | be found in variable `hi-lock-interactive-patterns'." t nil) |
| 16175 | 16175 | ||
| 16176 | (autoload 'hi-lock-find-patterns "hi-lock" "\ | ||
| 16177 | Add patterns from the current buffer to the list of hi-lock patterns." t nil) | ||
| 16178 | |||
| 16176 | (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "hi-lock" '("hi-lock-" "turn-on-hi-lock-if-enabled"))) | 16179 | (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "hi-lock" '("hi-lock-" "turn-on-hi-lock-if-enabled"))) |
| 16177 | 16180 | ||
| 16178 | ;;;*** | 16181 | ;;;*** |