diff options
author | Jan Djärv <jan.h.d@swipnet.se> | 2006-10-11 06:27:08 +0000 |
---|---|---|
committer | Jan Djärv <jan.h.d@swipnet.se> | 2006-10-11 06:27:08 +0000 |
commit | a3545af4a82be7b032738a2d0cc7e5e7f3ac78f0 (patch) | |
tree | fe5dcd4ddfdc8665ab5a4607a1ac90b89f22df16 /lisp/help-at-pt.el | |
parent | 90e4b32d3a45b460f8155389ceb857c9473a0793 (diff) | |
download | emacs-a3545af4a82be7b032738a2d0cc7e5e7f3ac78f0.tar.gz |
* dnd.el (dnd-handle-one-url): Fix typo in doc-string.
* help-at-pt.el (scan-buf-move-to-region): Likewise.
* longlines.el (longlines-window-change-function): Likewise.
* simple.el (undo-ask-before-discard): Likewise.
* wid-edit.el (widget-field-prompt-internal)
(widget-documentation-link-p): Likewise
Diffstat (limited to 'lisp/help-at-pt.el')
-rw-r--r-- | lisp/help-at-pt.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/help-at-pt.el b/lisp/help-at-pt.el index db00fff6c1c..6d33c155c64 100644 --- a/lisp/help-at-pt.el +++ b/lisp/help-at-pt.el @@ -246,7 +246,7 @@ properties, to enable buffer local values." (defun scan-buf-move-to-region (prop &optional arg hook) "Go to the start of the next region with non-nil PROP property. Then run HOOK, which should be a quoted symbol that is a normal -hook.variable, or an expression evaluating to such a symbol. +hook variable, or an expression evaluating to such a symbol. Adjacent areas with different non-nil PROP properties are considered different regions. |