diff options
author | Glenn Morris <rgm@gnu.org> | 2017-10-27 20:04:47 -0400 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2017-10-27 20:04:47 -0400 |
commit | e6b4e5ffdf30ef4d63614ccbe952f1efb25096a7 (patch) | |
tree | 87391d27ade99b534281606f1fd65be8912629ac /src | |
parent | e8636ac8cc96e1e7e948f04091792da09dafcc76 (diff) | |
download | emacs-e6b4e5ffdf30ef4d63614ccbe952f1efb25096a7.tar.gz emacs-e6b4e5ffdf30ef4d63614ccbe952f1efb25096a7.tar.bz2 emacs-e6b4e5ffdf30ef4d63614ccbe952f1efb25096a7.zip |
Fix some doc typos
* lisp/calendar/todo-mode.el (todo-next-item)
(todo-previous-item, todo-toggle-item-header):
* lisp/window.el (move-to-window-group-line):
* src/editfns.c (Fformat):
* test/lisp/calendar/todo-mode-tests.el (todo-test-move-item05):
Fix doc typos.
; And in some comments.
Diffstat (limited to 'src')
-rw-r--r-- | src/editfns.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/editfns.c b/src/editfns.c index f6f5ccc9480..81cda4af062 100644 --- a/src/editfns.c +++ b/src/editfns.c @@ -4119,7 +4119,7 @@ The # flag means to use an alternate display form for %o, %x, %X, %e, \"0\"; for %x and %X, it prefixes the result with \"0x\" or \"0X\"; for %e and %f, it causes a decimal point to be included even if the the precision is zero; for %g, it causes a decimal point to be -included even if the the precision is zero, and also forces trailing +included even if the precision is zero, and also forces trailing zeros after the decimal point to be left in place. The width specifier supplies a lower limit for the length of the |