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
603f5979
Commit
603f5979
authored
Nov 14, 2009
by
Chong Yidong
Browse files
* commands.texi (Motion Events): Fix typo (Bug#4907).
parent
c3583c94
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
doc/lispref/ChangeLog
doc/lispref/ChangeLog
+4
-0
doc/lispref/commands.texi
doc/lispref/commands.texi
+1
-1
No files found.
doc/lispref/ChangeLog
View file @
603f5979
2009-11-14 Chong Yidong <cyd@stupidchicken.com>
* commands.texi (Motion Events): Fix typo (Bug#4907).
2009-11-08 Chong Yidong <cyd@stupidchicken.com>
* searching.texi (Char Classes): Note that [:upper:] and [:lower:]
...
...
doc/lispref/commands.texi
View file @
603f5979
...
...
@@ -1535,7 +1535,7 @@ of the mouse without any button activity. Mouse motion events are
represented by lists that look like this:
@example
(mouse-movement
(
POSITION)
)
(mouse-movement POSITION)
@end example
The second element of the list describes the current position of the
...
...
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