diff options
author | Lele Gaifax <lele@metapensiero.it> | 2017-06-13 14:31:53 +0900 |
---|---|---|
committer | Tino Calancha <tino.calancha@gmail.com> | 2017-06-13 14:31:53 +0900 |
commit | 88e0df33e0b5e854647f23fab2701094a9413fa3 (patch) | |
tree | 84f68a54991a47d43424d4be3cb459bbcb6db7c6 /lisp/bindings.el | |
parent | 9b0f52a86e8e3767d7fcf3ef2adf7aa1f58e0e93 (diff) | |
download | emacs-88e0df33e0b5e854647f23fab2701094a9413fa3.tar.gz |
; Fix docstring
* lisp/bindings.el (mode-line-percent-position):
End docstring first sentence with a period (Bug#27339).
Copyright-paperwork-exempt: yes
Diffstat (limited to 'lisp/bindings.el')
-rw-r--r-- | lisp/bindings.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/bindings.el b/lisp/bindings.el index 0994b7126d9..be44b45136e 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'." |