Skip to content

Commit da96627

Browse files
committed
Fix doc comment
1 parent 4a85ca6 commit da96627

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: php-runtime.el

+2-2
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@
6565
(generate-new-buffer "*PHP temp*"))
6666

6767
(defun php-runtime--stdin-satisfied-p (obj)
68-
"Return t if the object `OBJ' is satisfied to stdin format.
68+
"Return non-NIL if the object OBJ is satisfied to stdin format.
6969
70-
for example, (get-buffer \"foo-buffer\"), '(:file . \"/path/to/file\")."
70+
for example, (get-buffer \"foo-buffer\"), \\='(:file . \"/path/to/file\")."
7171
(cond
7272
((null obj) t)
7373
((and (bufferp obj) (buffer-live-p obj) t))

0 commit comments

Comments
 (0)