diff options
Diffstat (limited to 'lisp/progmodes/prog-mode.el')
-rw-r--r-- | lisp/progmodes/prog-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/prog-mode.el b/lisp/progmodes/prog-mode.el index cb8aaad589d..994eaaf926f 100644 --- a/lisp/progmodes/prog-mode.el +++ b/lisp/progmodes/prog-mode.el @@ -116,7 +116,7 @@ This function can be used instead of `widen' in any function used by the indentation engine to make it respect the value `prog-indentation-context'. -This function (like 'widen') is useful inside a +This function (like `widen') is useful inside a `save-restriction' to make the indentation correctly work when narrowing is in effect." (let ((chunk (cadr prog-indentation-context))) |