aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEli Zaretskii2009-12-05 13:32:18 +0000
committerEli Zaretskii2009-12-05 13:32:18 +0000
commitbfadeadd326a68c086ed122d1e8f16ba1e079144 (patch)
treecd23cca45c4d2da2028bfe599687ed21b5dd472c /src
parent6147a9bb21ae4af73dc14fe22e2be0027cb502f7 (diff)
downloademacs-bfadeadd326a68c086ed122d1e8f16ba1e079144.tar.gz
emacs-bfadeadd326a68c086ed122d1e8f16ba1e079144.zip
(next_element_from_ellipsis): Fix a typo in the commentary.
Diffstat (limited to 'src')
-rw-r--r--src/xdisp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xdisp.c b/src/xdisp.c
index c90d75b3ba3..05bcd136865 100644
--- a/src/xdisp.c
+++ b/src/xdisp.c
@@ -6415,7 +6415,7 @@ next_element_from_c_string (it)
6415 6415
6416/* Set up IT to return characters from an ellipsis, if appropriate. 6416/* Set up IT to return characters from an ellipsis, if appropriate.
6417 The definition of the ellipsis glyphs may come from a display table 6417 The definition of the ellipsis glyphs may come from a display table
6418 entry. This function Fills IT with the first glyph from the 6418 entry. This function fills IT with the first glyph from the
6419 ellipsis if an ellipsis is to be displayed. */ 6419 ellipsis if an ellipsis is to be displayed. */
6420 6420
6421static int 6421static int