Mercurial > emacs
comparison lisp/emacs-lisp/lisp.el @ 47924:d9a861a5b9d6
(beginning-of-defun): Fix typo.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Thu, 17 Oct 2002 16:50:28 +0000 |
parents | cc3ba2d0d471 |
children | c27a29e35a85 d7ddb3e565de |
comparison
equal
deleted
inserted
replaced
47923:07d91c802db4 | 47924:d9a861a5b9d6 |
---|---|
164 "Move backward to the beginning of a defun. | 164 "Move backward to the beginning of a defun. |
165 With ARG, do it that many times. Negative arg -N | 165 With ARG, do it that many times. Negative arg -N |
166 means move forward to Nth following beginning of defun. | 166 means move forward to Nth following beginning of defun. |
167 Returns t unless search stops due to beginning or end of buffer. | 167 Returns t unless search stops due to beginning or end of buffer. |
168 | 168 |
169 Normally a defun starts when there is an char with open-parenthesis | 169 Normally a defun starts when there is a char with open-parenthesis |
170 syntax at the beginning of a line. If `defun-prompt-regexp' is | 170 syntax at the beginning of a line. If `defun-prompt-regexp' is |
171 non-nil, then a string which matches that regexp may precede the | 171 non-nil, then a string which matches that regexp may precede the |
172 open-parenthesis, and point ends up at the beginning of the line. | 172 open-parenthesis, and point ends up at the beginning of the line. |
173 | 173 |
174 If variable `beginning-of-defun-function' is non-nil, its value | 174 If variable `beginning-of-defun-function' is non-nil, its value |