aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPaul Eggert2017-07-06 00:23:30 -0700
committerPaul Eggert2017-07-06 00:24:56 -0700
commit20e9a00fb5d12ad408f9dd15adcfcd205783c1b0 (patch)
tree3d464df7b404345185989cbf6d0380a039c1ce0b /src
parent7a0170de20fe1225d3eeac099d1e61a0c0410bf3 (diff)
downloademacs-20e9a00fb5d12ad408f9dd15adcfcd205783c1b0.tar.gz
emacs-20e9a00fb5d12ad408f9dd15adcfcd205783c1b0.zip
Spelling fixes
* lisp/org/org-table.el (org-table-sort-lines): Fix misspelling in prompt. * lisp/org/ox-ascii.el (org-ascii--describe-datum): Fix misspelling in call to org-element-lineage.
Diffstat (limited to 'src')
-rw-r--r--src/window.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/window.c b/src/window.c
index 4816bd69909..857870591f3 100644
--- a/src/window.c
+++ b/src/window.c
@@ -4875,7 +4875,7 @@ mark_window_cursors_off (struct window *w)
4875 * window_wants_mode_line: 4875 * window_wants_mode_line:
4876 * 4876 *
4877 * Return 1 if window W wants a mode line and is high enough to 4877 * Return 1 if window W wants a mode line and is high enough to
4878 * accomodate it, 0 otherwise. 4878 * accommodate it, 0 otherwise.
4879 * 4879 *
4880 * W wants a mode line if it's a leaf window and neither a minibuffer 4880 * W wants a mode line if it's a leaf window and neither a minibuffer
4881 * nor a pseudo window. Moreover, its 'window-mode-line-format' 4881 * nor a pseudo window. Moreover, its 'window-mode-line-format'
@@ -4905,14 +4905,14 @@ window_wants_mode_line (struct window *w)
4905 * window_wants_header_line: 4905 * window_wants_header_line:
4906 * 4906 *
4907 * Return 1 if window W wants a header line and is high enough to 4907 * Return 1 if window W wants a header line and is high enough to
4908 * accomodate it, 0 otherwise. 4908 * accommodate it, 0 otherwise.
4909 * 4909 *
4910 * W wants a header line if it's a leaf window and neither a minibuffer 4910 * W wants a header line if it's a leaf window and neither a minibuffer
4911 * nor a pseudo window. Moreover, its 'window-mode-line-format' 4911 * nor a pseudo window. Moreover, its 'window-mode-line-format'
4912 * parameter must not be 'none' and either that parameter or W's 4912 * parameter must not be 'none' and either that parameter or W's
4913 * buffer's 'mode-line-format' value must be non-nil. Finally, W must 4913 * buffer's 'mode-line-format' value must be non-nil. Finally, W must
4914 * be higher than its frame's canonical character height and be able to 4914 * be higher than its frame's canonical character height and be able to
4915 * accomodate a mode line too if necessary (the mode line prevails). 4915 * accommodate a mode line too if necessary (the mode line prevails).
4916 */ 4916 */
4917bool 4917bool
4918window_wants_header_line (struct window *w) 4918window_wants_header_line (struct window *w)