From: Lele Gaifax Date: Tue, 13 Jun 2017 05:31:53 +0000 (+0900) Subject: ; Fix docstring X-Git-Tag: emacs-26.0.90~521^2~91 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=88e0df33e0b5e854647f23fab2701094a9413fa3;p=emacs.git ; Fix docstring * lisp/bindings.el (mode-line-percent-position): End docstring first sentence with a period (Bug#27339). Copyright-paperwork-exempt: yes --- 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'."