]> code.delx.au - gnu-emacs-elpa/blobdiff - packages/shen-mode/inf-shen.el
Fix some quoting problems in doc strings
[gnu-emacs-elpa] / packages / shen-mode / inf-shen.el
index bf554daae1dc2d519feb8963ecbb11909557369d..53df9555766defa97299a7e814561038e3a74914 100644 (file)
@@ -294,7 +294,7 @@ Prefix argument means switch to the Shen buffer afterwards."
   (interactive "r\nP")
   (let ((before-input (marker-position (process-mark (inferior-shen-proc))))
         result)
-    
+
     (run-hook-with-args 'shen-pre-eval-hook start end)
     (comint-send-region (inferior-shen-proc) start end)
     (comint-send-string (inferior-shen-proc) "\n")
@@ -432,7 +432,7 @@ With argument, positions cursor at end of buffer."
 
 (defvar shen-prev-l/c-dir/file nil
   "Record last directory and file used in loading or compiling.
-This holds a cons cell of the form `(DIRECTORY . FILE)'
+This holds a cons cell of the form (DIRECTORY . FILE)
 describing the last `shen-load-file' or `shen-compile-file' command.")
 
 (defvar shen-source-modes '(shen-mode)