;; these code from grpe in packages/compile.el (defun htmllint (command-args) "Run htmllint, with user-specified args, and collect output in a buffer. While htmllint runs asynchronously, you can use the \\[next-error] command to find the text that grep hits refer to.
This command uses a special history list for its arguments, so you can easily repeat a grep command." (interactive ;; XEmacs change (list (read-shell-command "Run htmllint (like this): " htmllint-command 'grep-history))) (let ((grep-null-device "")) (apply 'grep (list command-args))))
コメントはそのまま放っておいていいと思います。describe-keyとかしたときに C-x C-s runs the command renban-backup-save which is an interactive Lisp function in `~/.emacs'. (renban-backup-save)