Explorar o código

org-indent.el: tiny docstring fix.

Bastien Guerry %!s(int64=13) %!d(string=hai) anos
pai
achega
737241402a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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)))))
       (remove-text-properties beg end '(line-prefix nil wrap-prefix nil)))))
 
 
 (defun org-indent-remove-properties-from-string (string)
 (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)
   (remove-text-properties 0 (length string)
 			  '(line-prefix nil wrap-prefix nil) string)
 			  '(line-prefix nil wrap-prefix nil) string)
   string)
   string)