diff options
| -rw-r--r-- | lisp/subr.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/subr.el b/lisp/subr.el index 7b0850f463f..fb1e0291a7a 100644 --- a/lisp/subr.el +++ b/lisp/subr.el | |||
| @@ -2296,7 +2296,7 @@ Usage example: | |||
| 2296 | altered-name)) | 2296 | altered-name)) |
| 2297 | (append choices '((?? "?"))) | 2297 | (append choices '((?? "?"))) |
| 2298 | ", "))) | 2298 | ", "))) |
| 2299 | tchar buf wrong-char) | 2299 | tchar buf wrong-char answer) |
| 2300 | (save-window-excursion | 2300 | (save-window-excursion |
| 2301 | (save-excursion | 2301 | (save-excursion |
| 2302 | (while (not tchar) | 2302 | (while (not tchar) |