]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix docstring
authorLele Gaifax <lele@metapensiero.it>
Tue, 13 Jun 2017 05:31:53 +0000 (14:31 +0900)
committerTino Calancha <tino.calancha@gmail.com>
Tue, 13 Jun 2017 05:31:53 +0000 (14:31 +0900)
* lisp/bindings.el (mode-line-percent-position):
End docstring first sentence with a period (Bug#27339).

Copyright-paperwork-exempt: yes

lisp/bindings.el

index 0994b7126d95ecd22370ed29d9dd5c4ce7acca02..be44b45136e991362cd0b53fa4dfacad7dce6de1 100644 (file)
@@ -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'."