]> code.delx.au - gnu-emacs/blobdiff - lisp/progmodes/make-mode.el
Go back to grave quoting in source-code docstrings etc.
[gnu-emacs] / lisp / progmodes / make-mode.el
index 9abbf16ed5d3fad3490ae918b0fdf1d4b582f9d3..4f46cbe63571728178c4fac5e1929c8fc03544ba 100644 (file)
@@ -1455,7 +1455,7 @@ Fill comments, backslashed lines, and variable definitions specially."
 
 (defun makefile-browser-insert-continuation ()
   "Insert a makefile continuation.
-In the makefile buffer, go to (end-of-line), insert a ‘\\’
+In the makefile buffer, go to (end-of-line), insert a `\\'
 character, insert a new blank line, go to that line and indent by one TAB.
 This is most useful in the process of creating continued lines when copying
 large dependencies from the browser to the client buffer.