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
ea48c94d
Commit
ea48c94d
authored
May 19, 1994
by
Richard M. Stallman
Browse files
(posn-col-row): Doc fix.
parent
872157e7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/subr.el
lisp/subr.el
+1
-1
No files found.
lisp/subr.el
View file @
ea48c94d
...
...
@@ -412,7 +412,7 @@ as returned by the `event-start' and `event-end' functions."
(
nth
2
position
))
(
defsubst
posn-col-row
(
position
)
"Return the
row and column
in POSITION, measured in characters.
"Return the
column and row
in POSITION, measured in characters.
POSITION should be a list of the form
(WINDOW BUFFER-POSITION (X . Y) TIMESTAMP)
as returned by the `event-start' and `event-end' functions."
...
...
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