diff options
author | Charles A. Roelli <charles@aurox.ch> | 2018-02-17 16:49:02 +0100 |
---|---|---|
committer | Charles A. Roelli <charles@aurox.ch> | 2018-02-17 16:49:02 +0100 |
commit | e5a29330aae4491fd384bacaff6f453c6434d322 (patch) | |
tree | 4f8c13685634e651fdc27c17dd4d7410c424782e /lisp/vc/add-log.el | |
parent | f21f8e6135c0a93a65433ca85831c60e9a8f5200 (diff) | |
download | emacs-e5a29330aae4491fd384bacaff6f453c6434d322.tar.gz emacs-e5a29330aae4491fd384bacaff6f453c6434d322.tar.bz2 emacs-e5a29330aae4491fd384bacaff6f453c6434d322.zip |
lisp/vc/: documentation fixes
* lisp/vc/vc.el (vc-region-history): Clarify documentation.
* lisp/vc/add-log.el (change-log-get-method-definition):
Indent documentation.
Diffstat (limited to 'lisp/vc/add-log.el')
-rw-r--r-- | lisp/vc/add-log.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/vc/add-log.el b/lisp/vc/add-log.el index ec9299a947a..773930f32ff 100644 --- a/lisp/vc/add-log.el +++ b/lisp/vc/add-log.el @@ -1163,7 +1163,7 @@ Has a preference of looking backwards." (goto-char (match-end 0))) (defun change-log-get-method-definition () -"For Objective C, return the method name if we are in a method." + "For Objective C, return the method name if we are in a method." (let ((change-log-get-method-definition-md "[")) (save-excursion (if (re-search-backward "^@implementation\\s-*\\([A-Za-z_]*\\)" nil t) |