aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPavel Janík2001-11-13 07:07:09 +0000
committerPavel Janík2001-11-13 07:07:09 +0000
commitc2552f795deb959b3c385232a3f015fd1ca1a9d1 (patch)
tree5a2e2993b7af0e0642cd1abcd13c697e072604b3 /src
parent94c7167b1ff6a145acac20446cb81b29a2b8e0f7 (diff)
downloademacs-c2552f795deb959b3c385232a3f015fd1ca1a9d1.tar.gz
emacs-c2552f795deb959b3c385232a3f015fd1ca1a9d1.zip
(Fdump_tool_bar_row): Reindent.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog2
-rw-r--r--src/xdisp.c2
2 files changed, 3 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 4f13c4999de..47453ae4e47 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,7 @@
12001-11-13 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 12001-11-13 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
2 2
3 * xdisp.c (Fdump_tool_bar_row): Reindent.
4
3 * minibuf.c (Fminibuffer_complete_word): Reindent. 5 * minibuf.c (Fminibuffer_complete_word): Reindent.
4 (Fminibuffer_complete_and_exit): Likewise. 6 (Fminibuffer_complete_and_exit): Likewise.
5 (Fminibuffer_completion_help): Likewise. 7 (Fminibuffer_completion_help): Likewise.
diff --git a/src/xdisp.c b/src/xdisp.c
index 4c75970f241..6cac4bc13f5 100644
--- a/src/xdisp.c
+++ b/src/xdisp.c
@@ -12216,7 +12216,7 @@ GLYPH > 1 or omitted means dump glyphs in long form. */)
12216 12216
12217 12217
12218DEFUN ("dump-tool-bar-row", Fdump_tool_bar_row, Sdump_tool_bar_row, 1, 2, "", 12218DEFUN ("dump-tool-bar-row", Fdump_tool_bar_row, Sdump_tool_bar_row, 1, 2, "",
12219 doc: /* Dump glyph row ROW of the tool-bar of the current frame to stderr. 12219 doc: /* Dump glyph row ROW of the tool-bar of the current frame to stderr.
12220GLYPH 0 means don't dump glyphs. 12220GLYPH 0 means don't dump glyphs.
12221GLYPH 1 means dump glyphs in short form. 12221GLYPH 1 means dump glyphs in short form.
12222GLYPH > 1 or omitted means dump glyphs in long form. */) 12222GLYPH > 1 or omitted means dump glyphs in long form. */)