Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
98715c6c
Commit
98715c6c
authored
Jan 27, 2015
by
Artur Malabarba
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
isearch.el (isearch-process-search-char): Add docstring.
parent
11527553
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/isearch.el
lisp/isearch.el
+2
-0
No files found.
lisp/ChangeLog
View file @
98715c6c
2015-01-27 Artur Malabarba <bruce.connor.am@gmail.com>
* isearch.el (isearch-process-search-char): Add docstring.
2015-01-27 Oleh Krehel <ohwoeowho@gmail.com>
* emacs-lisp/derived.el (define-derived-mode): Declare indent 3.
...
...
lisp/isearch.el
View file @
98715c6c
...
...
@@ -2349,6 +2349,8 @@ With argument, add COUNT copies of the character."
(isearch-process-search-char char count))))
(defun isearch-process-search-char (char &optional count)
"Add CHAR to the search string, COUNT times.
Search is updated accordingly."
;; * and ? are special in regexps when not preceded by \.
;; } and |
are
special
in
regexps
when
preceded
by
\.
;; Nothing special for + because it matches at least once.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment