Browse Source

org-indent.el: tiny docstring fix.

Bastien Guerry 13 years ago
parent
commit
737241402a
1 changed files with 1 additions and 1 deletions
  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)