]> code.delx.au - gnu-emacs-elpa/blobdiff - packages/ediprolog/ediprolog.el
Fix some quoting problems in doc strings
[gnu-emacs-elpa] / packages / ediprolog / ediprolog.el
index 681805278f98046d1221355c8bd2bc38b551746f..448a15790927219cc9c3229b67dfbfee4c5e214d 100644 (file)
 
 (defcustom ediprolog-program-switches nil
   "List of switches passed to the Prolog process. Example:
-'(\"-G128M\" \"-O\")"
+(\"-G128M\" \"-O\")"
   :group 'ediprolog
   :type '(repeat string))
 
@@ -246,7 +246,7 @@ default Prolog prompt.")
       (erase-buffer)
       (insert str)
       (goto-char (point-min))
-      ;; remove normal consult status lines, which start with "%" 
+      ;; remove normal consult status lines, which start with "%"
       (while (re-search-forward "^[\t ]*%.*\n" nil t)
         (delete-region (match-beginning 0) (match-end 0))))
     (setq str (buffer-string)))