Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
3dcde186
Commit
3dcde186
authored
Nov 04, 2008
by
Martin Rudalics
Browse files
(looking-back): Fix doc-string typo.
parent
f6bfcbb4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
lisp/ChangeLog
lisp/ChangeLog
+2
-0
lisp/subr.el
lisp/subr.el
+1
-1
No files found.
lisp/ChangeLog
View file @
3dcde186
...
...
@@ -5,6 +5,8 @@
2008-11-04 Martin Rudalics <rudalics@gmx.at>
* subr.el (looking-back): Fix doc-string typo.
* electric.el (Electric-pop-up-window): Call window-end with
UPDATE set to t.
...
...
lisp/subr.el
View file @
3dcde186
...
...
@@ -2778,7 +2778,7 @@ before LIMIT.
If GREEDY is non-nil, extend the match backwards as far as
possible, stopping when a single additional previous character
cannot be part of a match for REGEXP. When the match is
extended, its starting position
g
is allowed to occur before
extended, its starting position is allowed to occur before
LIMIT."
(
let
((
start
(
point
))
(
pos
...
...
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