diff options
| author | Paul Eggert | 2012-01-10 22:53:12 -0800 |
|---|---|---|
| committer | Paul Eggert | 2012-01-10 22:53:12 -0800 |
| commit | 5a5fa834285f10c4ab10de4de149c5b0f73403f4 (patch) | |
| tree | 6a62a7063545a14a579167e568915b8defca0dd3 /src | |
| parent | 090446227fc1de9a69449cda72bbf541c32a7f86 (diff) | |
| download | emacs-5a5fa834285f10c4ab10de4de149c5b0f73403f4.tar.gz emacs-5a5fa834285f10c4ab10de4de149c5b0f73403f4.zip | |
Duplicate-word and spelling fixes.
Diffstat (limited to 'src')
| -rw-r--r-- | src/bidi.c | 2 | ||||
| -rw-r--r-- | src/dispnew.c | 2 | ||||
| -rw-r--r-- | src/keyboard.c | 6 |
3 files changed, 5 insertions, 5 deletions
diff --git a/src/bidi.c b/src/bidi.c index b59b838d671..107c817abba 100644 --- a/src/bidi.c +++ b/src/bidi.c | |||
| @@ -572,7 +572,7 @@ bidi_cache_find (EMACS_INT charpos, int level, struct bidi_it *bidi_it) | |||
| 572 | 572 | ||
| 573 | bidi_copy_it (bidi_it, &bidi_cache[i]); | 573 | bidi_copy_it (bidi_it, &bidi_cache[i]); |
| 574 | bidi_cache_last_idx = i; | 574 | bidi_cache_last_idx = i; |
| 575 | /* Don't let scan direction from from the cached state override | 575 | /* Don't let scan direction from the cached state override |
| 576 | the current scan direction. */ | 576 | the current scan direction. */ |
| 577 | bidi_it->scan_dir = current_scan_dir; | 577 | bidi_it->scan_dir = current_scan_dir; |
| 578 | return bidi_it->type; | 578 | return bidi_it->type; |
diff --git a/src/dispnew.c b/src/dispnew.c index 680c861c382..9e57bbb28bf 100644 --- a/src/dispnew.c +++ b/src/dispnew.c | |||
| @@ -62,7 +62,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 62 | #include <errno.h> | 62 | #include <errno.h> |
| 63 | 63 | ||
| 64 | /* Get number of chars of output now in the buffer of a stdio stream. | 64 | /* Get number of chars of output now in the buffer of a stdio stream. |
| 65 | This ought to be built in in stdio, but it isn't. Some s- files | 65 | This ought to be built in stdio, but it isn't. Some s- files |
| 66 | override this because their stdio internals differ. */ | 66 | override this because their stdio internals differ. */ |
| 67 | 67 | ||
| 68 | #ifdef __GNU_LIBRARY__ | 68 | #ifdef __GNU_LIBRARY__ |
diff --git a/src/keyboard.c b/src/keyboard.c index d684a89038a..c304439f272 100644 --- a/src/keyboard.c +++ b/src/keyboard.c | |||
| @@ -2239,8 +2239,8 @@ do { if (polling_stopped_here) start_polling (); \ | |||
| 2239 | polling_stopped_here = 0; } while (0) | 2239 | polling_stopped_here = 0; } while (0) |
| 2240 | 2240 | ||
| 2241 | /* read a character from the keyboard; call the redisplay if needed */ | 2241 | /* read a character from the keyboard; call the redisplay if needed */ |
| 2242 | /* commandflag 0 means do not do auto-saving, but do do redisplay. | 2242 | /* commandflag 0 means do not autosave, but do redisplay. |
| 2243 | -1 means do not do redisplay, but do do autosaving. | 2243 | -1 means do not redisplay, but do autosave. |
| 2244 | 1 means do both. */ | 2244 | 1 means do both. */ |
| 2245 | 2245 | ||
| 2246 | /* The arguments MAPS and NMAPS are for menu prompting. | 2246 | /* The arguments MAPS and NMAPS are for menu prompting. |
| @@ -5133,7 +5133,7 @@ make_lispy_position (struct frame *f, Lisp_Object x, Lisp_Object y, | |||
| 5133 | 5133 | ||
| 5134 | if (WINDOWP (window)) | 5134 | if (WINDOWP (window)) |
| 5135 | { | 5135 | { |
| 5136 | /* It's a click in window window at frame coordinates (x,y) */ | 5136 | /* It's a click in window WINDOW at frame coordinates (X,Y) */ |
| 5137 | struct window *w = XWINDOW (window); | 5137 | struct window *w = XWINDOW (window); |
| 5138 | Lisp_Object string_info = Qnil; | 5138 | Lisp_Object string_info = Qnil; |
| 5139 | EMACS_INT textpos = -1; | 5139 | EMACS_INT textpos = -1; |