]> code.delx.au - gnu-emacs/blobdiff - src/callint.c
remove_slash_colon need not be inline
[gnu-emacs] / src / callint.c
index 25955039ac769eba69f395f20c22766cad3f1a2c..dd238b976aa6e3dd68acc6a0d50b6e9b894dbca0 100644 (file)
@@ -101,7 +101,8 @@ If the string begins with `^' and `shift-select-mode' is non-nil,
  Emacs first calls the function `handle-shift-selection'.
 You may use `@', `*', and `^' together.  They are processed in the
  order that they appear, before reading any arguments.
-usage: (interactive &optional ARGS)  */)
+usage: (interactive &optional ARGS)  */
+       attributes: const)
   (Lisp_Object args)
 {
   return Qnil;