branch: externals/diminish
commit a76b409b05f383476de3abc922b908e1360015e7
Author: Martin Yrjölä <martin.yrj...@gmail.com>
Commit: Martin Yrjölä <martin.yrj...@gmail.com>

    Fix flycheck warning
---
 diminish.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/diminish.el b/diminish.el
index d8ea3b6f0d..988a621d3b 100644
--- a/diminish.el
+++ b/diminish.el
@@ -209,7 +209,7 @@ to TO-WHAT if it's > 1 char long & doesn't already begin 
with a space."
 Do nothing if the arg is a minor mode that hasn't been diminished.
 
 Interactively, enter (with completion) the name of any diminished mode (a
-mode that was formerly a minor mode on which you invoked M-x diminish).
+mode that was formerly a minor mode on which you invoked \\[diminish]).
 To restore all diminished modes to minor status, answer `diminished-modes'.
 The response to the prompt shouldn't be quoted.  However, in Lisp code,
 the arg must be quoted as a symbol, as in (diminish-undo 'diminished-modes)."
@@ -291,4 +291,4 @@ what diminished modes would be on the mode-line if they 
were still minor."
 
 (provide 'diminish)
 
-;;; diminish.el ends here
\ No newline at end of file
+;;; diminish.el ends here

Reply via email to