mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-18 03:40:47 -08:00
; Auto-commit of loaddefs files.
This commit is contained in:
parent
2af6b3147d
commit
08bda922b4
1 changed files with 7 additions and 4 deletions
|
|
@ -11854,11 +11854,11 @@ Render FILE using EWW.
|
||||||
\(fn FILE)" t nil)
|
\(fn FILE)" t nil)
|
||||||
|
|
||||||
(autoload 'eww-search-words "eww" "\
|
(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
|
If region is active (and not whitespace), search the web for
|
||||||
the text between BEG and END. Else, prompt the user for a search
|
the text between region beginning and end. Else, prompt the
|
||||||
string. See the `eww-search-prefix' variable for the search
|
user for a search string. See the variable `eww-search-prefix'
|
||||||
engine used." t nil)
|
for the search engine used." t nil)
|
||||||
|
|
||||||
(autoload 'eww-mode "eww" "\
|
(autoload 'eww-mode "eww" "\
|
||||||
Mode for browsing the web.
|
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
|
`highlight-regexp' and `highlight-lines-matching-regexp'; they can
|
||||||
be found in variable `hi-lock-interactive-patterns'." t nil)
|
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")))
|
(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "hi-lock" '("hi-lock-" "turn-on-hi-lock-if-enabled")))
|
||||||
|
|
||||||
;;;***
|
;;;***
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue