branch: externals/objed commit 1b506457239950dac810f995008b2502124978dc Author: Clemens Radermacher <clem...@posteo.net> Commit: Clemens Radermacher <clem...@posteo.net>
Update docstring --- objed.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/objed.el b/objed.el index de7fc5a..8dbfc70 100644 --- a/objed.el +++ b/objed.el @@ -181,8 +181,7 @@ See also `objed-disabled-p'" (defcustom objed-init-p-function #'objed-init-p "Function which tests if objed is allowed to initialize. -This is only used for non-interactive initialization. The -function should return nil if objed should not initialize." +The function should return nil if objed should not initialize." :type 'function)