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
6d3e4d22
Commit
6d3e4d22
authored
Feb 14, 2009
by
Stefan Monnier
Browse files
(end-of-defun-function): Docstring fix.
parent
1945c7a7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
lisp/emacs-lisp/lisp.el
lisp/emacs-lisp/lisp.el
+3
-2
No files found.
lisp/emacs-lisp/lisp.el
View file @
6d3e4d22
...
...
@@ -314,9 +314,10 @@ is called as a function to find the defun's beginning."
(
defvar
end-of-defun-function
#'
forward-sexp
"Function for `end-of-defun' to call.
This is used to find the end of the defun.
This is used to find the end of the defun
at point
.
It is called with no argument, right after calling `beginning-of-defun-raw'.
So the function can assume that point is at the beginning of the defun body."
)
So the function can assume that point is at the beginning of the defun body.
It should move point to the first position after the defun."
)
(
defun
buffer-end
(
arg
)
"Return the \"far end\" position of the buffer, in direction ARG.
...
...
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