X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/d7aff0d6929c16d15992304dd44c5f528df8f895..0e963201d03d9229bb8ac4323291d2b0119526ed:/lisp/gnus/gnus-eform.el diff --git a/lisp/gnus/gnus-eform.el b/lisp/gnus/gnus-eform.el index 00e2787608..ab3992b298 100644 --- a/lisp/gnus/gnus-eform.el +++ b/lisp/gnus/gnus-eform.el @@ -1,6 +1,6 @@ ;;; gnus-eform.el --- a mode for editing forms for Gnus -;; Copyright (C) 1996-2013 Free Software Foundation, Inc. +;; Copyright (C) 1996-2016 Free Software Foundation, Inc. ;; Author: Lars Magne Ingebrigtsen ;; Keywords: news @@ -96,7 +96,8 @@ The optional LAYOUT overrides the `edit-form' window layout." (while (not (eobp)) (insert ";;; ") (forward-line 1)) - (insert ";; Type `C-c C-c' after you've finished editing.\n") + (insert (substitute-command-keys + ";; Type `C-c C-c' after you've finished editing.\n")) (insert "\n") (let ((p (point))) (gnus-pp form)