Prechádzať zdrojové kódy

org-indent.el: tiny docstring fix.

Bastien Guerry 14 rokov pred
rodič
commit
737241402a
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      lisp/org-indent.el

+ 1 - 1
lisp/org-indent.el

@@ -212,7 +212,7 @@ useful to make it ever so slightly different."
       (remove-text-properties beg end '(line-prefix nil wrap-prefix nil)))))
 
 (defun org-indent-remove-properties-from-string (string)
-  "Remove indentations between BEG and END."
+  "Remove indentation properties from STRING."
   (remove-text-properties 0 (length string)
 			  '(line-prefix nil wrap-prefix nil) string)
   string)