branch: externals/caml
commit eddf5e06c59d7a4177215f0dc67b2fdda6ace524
Author: Basile Starynkevitch <[email protected]>
Commit: Basile Starynkevitch <[email protected]>

    camldebug-command-name should be user-settable
    
    
    git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@5926 
f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
---
 camldebug.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/camldebug.el b/camldebug.el
index 8d7b856..c66343a 100644
--- a/camldebug.el
+++ b/camldebug.el
@@ -463,7 +463,7 @@ around point."
 
 ;;;###autoload
 (defvar camldebug-command-name "ocamldebug"
-  "Pathname for executing camldebug.")
+  "*Pathname for executing camldebug.")
 
 ;;;###autoload
 (defun camldebug (path)

Reply via email to