Explorar el Código

Fix docstrings of `edit-server-log-buffer-name'.

It's not a template, since it's used with `get-buffer-create'.
Eli Barzilay hace 9 años
padre
commit
9d9551c40c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      edit-server.el

+ 1 - 1
edit-server.el

@@ -163,7 +163,7 @@ major mode. If no pattern matches,
   "Template name of the edit-server process buffers.")
 
 (defconst edit-server-log-buffer-name "*edit-server-log*"
-  "Template name of the edit-server process buffers.")
+  "Name of the edit-server process buffers.")
 
 (defconst edit-server-edit-buffer-name "TEXTAREA"
   "Template name of the edit-server text editing buffers.")