emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 88e0df3: ; Fix docstring


From: Tino Calancha
Subject: [Emacs-diffs] master 88e0df3: ; Fix docstring
Date: Tue, 13 Jun 2017 01:34:26 -0400 (EDT)

branch: master
commit 88e0df33e0b5e854647f23fab2701094a9413fa3
Author: Lele Gaifax <address@hidden>
Commit: Tino Calancha <address@hidden>

    ; Fix docstring
    
    * lisp/bindings.el (mode-line-percent-position):
    End docstring first sentence with a period (Bug#27339).
    
    Copyright-paperwork-exempt: yes
---
 lisp/bindings.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/bindings.el b/lisp/bindings.el
index 0994b71..be44b45 100644
--- a/lisp/bindings.el
+++ b/lisp/bindings.el
@@ -366,7 +366,7 @@ zero, otherwise they start from one."
   :version "26.1")
 
 (defcustom mode-line-percent-position '(-3 "%p")
-  "Specification of \"percentage offset\" of window through buffer
+  "Specification of \"percentage offset\" of window through buffer.
 This option specifies both the field width and the type of offset
 displayed in `mode-line-position', a component of the default
 `mode-line-format'."



reply via email to

[Prev in Thread] Current Thread [Next in Thread]