help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

What does (looking-at "\\>") mean?


From: Wang Lei
Subject: What does (looking-at "\\>") mean?
Date: Sun, 25 Jan 2009 16:38:44 +0100

Hi, all.

I copied a piece of code like this:

(defun my-indent-or-complete ()
  (interactive)
  (if (looking-at "\\>")
      (hippie-expand nil)
    (indent-for-tab-command)))

But, I can't figure out what this "\\>" means. Could someone give me a
explanation ?

Many thanks!

-- 
Regards
Lei




reply via email to

[Prev in Thread] Current Thread [Next in Thread]