diff options
| -rw-r--r-- | lisp/simple.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/simple.el b/lisp/simple.el index f9839826ff6..a41f2109de7 100644 --- a/lisp/simple.el +++ b/lisp/simple.el | |||
| @@ -1935,6 +1935,7 @@ Can be `untabify' -- turn a tab to many spaces, then delete one space; | |||
| 1935 | `all' -- delete all whitespace, including tabs, spaces and newlines; | 1935 | `all' -- delete all whitespace, including tabs, spaces and newlines; |
| 1936 | nil -- just delete one character." | 1936 | nil -- just delete one character." |
| 1937 | :type '(choice (const untabify) (const hungry) (const all) (const nil)) | 1937 | :type '(choice (const untabify) (const hungry) (const all) (const nil)) |
| 1938 | :version "20.3" | ||
| 1938 | :group 'killing) | 1939 | :group 'killing) |
| 1939 | 1940 | ||
| 1940 | (defun backward-delete-char-untabify (arg &optional killp) | 1941 | (defun backward-delete-char-untabify (arg &optional killp) |